home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 50
/
Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso
/
Aminet
/
util
/
libs
/
mpega_libmad.lha
/
mpega_libmad
/
support_pup.h
< prev
next >
Wrap
C/C++ Source or Header
|
2001-12-07
|
322b
|
12 lines
#ifndef SUPPORT_PUP_H
#define SUPPORT_PUP_H
#include "library_base.h"
ULONG InitDispatch(struct PrivateBase *PrivateBase, ULONG MsgType);
void RemoveDispatch(struct PrivateBase *PrivateBase, ULONG MsgType);
ULONG InitSupport(struct PrivateBase *PrivateBase);
void RemoveSupport(struct PrivateBase *PrivateBase);
#endif